home *** CD-ROM | disk | FTP | other *** search
- <html>
- <title>PHP Setup Wizard</title>
- <head>
- <LINK REL=stylesheet TYPE="text/css" HREF="basestyl.css">
- <script language=javascript>
- <!--
- function Close(){
- top.close()
- return false;
- }
- // -->
- </script>
- </head>
-
- <body onload="javascript:focus();">
- <tr>
- <table width=420 cellpadding=0 cellspacing=0 border=0>
- <tr>
-
- <!-- Main area -->
- <td align=left valign=top colspan=5 class=cB5>
-
- <table border=0 cellspacing=1 width=100%><tr><td>
- <table border=0 cellspacing=1 cellpadding=6 width=100%>
-
- <tr><td align=left colspan=2 class=cB5>
-
- <table width=100%><tr><td class=cB5>
- <font class=cLT>
- <b>Test PHP Support</b>
- </font>
- </td><td align=right>
- <img src=phpwz1a.gif border=0>
- </td></tr></table>
-
- <center><font face=verdana size=2><br>
- <?php
- $t = "<b>BadBlue and PHP both say Hello!</b><br>";
- echo($t);
- echo("<br>Today is ".date("F j, Y, g:i a")."<br>");
- ?>
- </font></center>
-
- <br><br>
-
- If PHP support is correctly installed, you should see today's
- date and time displayed above. If it is not, please review
- the <a href="http://badblue.com/helpphp.htm" target=_blank>PHP Help Center</a>
- for details on checking your PHP installation.
-
- <br><br>
-
- If you would like to edit or examine this file to see how it
- works, open the file <font color=blue>phptest.php</font> in the
- BadBlue installation folder (usually this is
- <font color=#888888>c:\program files\badblue\pe\phptest.php</font>).
-
- <br><br>
-
- <table width=100%><tr>
- <td class=cB5 align=right>
- </td>
- <FORM ACTION="javascript:Close()" METHOD=GET>
- <td class=cB5 align=center>
- <INPUT class=cBU type=submit value="Close">
- </td>
- </FORM>
- <td class=cB5 align=left>
- </td>
- </tr></table>
-
-
- </td></tr></table>
- </td></tr></table>
-
- </td>
-
- </tr>
-
-
- <tr>
- <td align=left colspan=5><font class=cNA>
-
- </td>
- </tr>
-
- </table>
- </body></html>
-